-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crawler Integration #358
Open
kamilczaja
wants to merge
16
commits into
main
Choose a base branch
from
crawler-integration-temp-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Crawler Integration #358
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#489) --------- Co-authored-by: Eric Fiege <[email protected]>
* chore: prepare release * fix: openapi.yaml, postman_collection.json Test Connector Remote for Eclipse EDC 0.2.1 * docs: fix API Wrapper documentation and client examples * docs: create deployment guides for 5.0.0 * chore: bump versions for local demo docker compose * chore: fix CHANGELOG.md structure * feat: add custom auth possibility to the java client * docs: fix asset creation and transfer initiation in docs * docs: migrate docs using the management api
* Add accidentally deleted SUMMARY * chore: Apply new config style * Code review * Merge docs * Merge trivial templates changes * Merge more conflicting files * Merge more conflicting files * Merge more conflicting files and cleanup old versions * Add connector submodule * Merge more conflicting files * Move broker CHANGELOG * Move the broker's README * More cleaning * Fix links * Prepare docker build to merge the broker * Merge the docker build * Fix links and format * Add connector type info * self review * Convert MD table to html * Only use test containers for the Broker * Add broker NPM delivery * code review * Add broker local dev doc * Merge deployment READMEs and change healthcheck header * Fix links * Cleanup * Fix javadocs and add -sources and -javadocs artefacts * Rename .env.extensions to .env.connector * Rename IDS broker -> broker * Remove redundant .editorconfig setting * Change connector-type -> deployment-type in workflow config * NPM clean install * Removed mention of the broker in the main readme * Dry postgres image name * Remove test DB deprecation * Move broker group to toml * Fix missing broker's groups * More versions cleanup * Change MD for HTML * Merge the broker compose file * sovity/edc-ce#921 (comment) * Merge local quick start for broker * Align postgres versions * Stop annoying me with DB not ready messages on new startup * Wait for the DBs * Code review * remove docs task. The repo is now public * Avoid star imports * Remove reference to the merged doc
* change the health indicator to be compatible with both the broker and the extensions * Use the latest EDC version
Co-authored-by: Richard Treier <[email protected]>
Co-authored-by: Richard Treier <[email protected]>
Co-authored-by: Richard Treier <[email protected]>
richardtreier
requested changes
Nov 5, 2024
@@ -0,0 +1,75 @@ | |||
name: "Build EDC Connector Image" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please squash your commits that went on top so we can merge it with keeping the history
kamilczaja
force-pushed
the
crawler-integration-temp-3
branch
3 times, most recently
from
November 6, 2024 10:26
fa511b3
to
7b22355
Compare
kamilczaja
force-pushed
the
crawler-integration-temp-3
branch
from
November 6, 2024 11:31
7b22355
to
cff59da
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What issues does this PR close?
Closes #347
Checklist